home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0095.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  550 b   |  19 lines

  1.  
  2.  
  3. > > Ok how will do to make amos to understand that i want to threat this
  4. > > as a number instead of an ascii value?
  5. > Isnt this ASC ? or is this some other language thats bouncing round 
  6. > my head!
  7. > a=asc("5") sets a to 5 ????
  8.     Could it also be Char or does that doe the inverse, give you the
  9. string value of an Ascii code number?  Woah wait asc("5") will give you
  10. the acs character code for "5", if you want to turn the string "5" into
  11. the number "5" don't you use Val("5") or something like that?
  12.     Just some thought,
  13.         Scott Matott sXe
  14.  
  15.  
  16.  
  17.